home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- put EMPTY into field "op"
- if the hilite of cast "b_brk3" = 1 then
- put "BRK3:Sidelock; " after field "op"
- end if
- if the hilite of cast "b_tg1" = 1 then
- put "TG1:Metal; " after field "op"
- end if
- if the hilite of cast "b_tg2" = 1 then
- put "TG2:Plastic; " after field "op"
- end if
- if the hilite of cast "b_fsi" = 1 then
- put "FSI; " after field "op"
- end if
- delete char -30000 of field "op"
- delete char -30000 of field "op"
- put field "op" into field "mainop"
- puppetSound("foundspec")
- puppetTransition(47, 1, 8)
- play frame "speca"
- end
-